@charset "utf-8"; /*重置样式*/
ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

/**自定义**/
.copyright a {
    padding: 0 5px;
}

.copyright a:hover {
    color: #000
}

.map_list a {
    color: #333;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 12px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
    font-size: 12px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #999;
    font-size: 12px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999;
    font-size: 12px;
}

.sec-marquee-c ul li {
    font-size: 14px;
}

.pt-rt {
    position: relative;
}

.p-0 {
    padding: 0;
}

.p-r-0 {
    padding-right: 0;
}

.p-l-0 {
    padding-left: 0;
}

.p-t-0 {
    padding-top: 0;
}

.p-b-0 {
    padding-bottom: 0;
}

.m-0 {
    margin: 0;
}

.m-r-0 {
    margin-right: 0;
}

.m-l-0 {
    margin-left: 0;
}

.m-t-0 {
    margin-top: 0;
}

.m-b-0 {
    margin-bottom: 0;
}

.tact {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.ofhd{
    overflow:hidden;
}
.psrl {
    position: relative;
    width: 100%;
    height: 90px;
}
.m-t-20{
    margin-top:20px;
}
.morebox {
    text-align: center;
    margin-top: 30px;
}

.morebox a {
    display: inline-block;
    height: 42px;
    width: 168px;
    border-radius: 30px;
    border: 2px solid #fccccf;
    line-height: 38px;
    color: #fff;
}

.morebox a:hover {
    background: #7f141e;
    border: 2px solid #efafb3;
}

/* 
    分页样式 
*/
.wp-pagenavi {
    text-align: center;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0171c1;
    border-color: #0171c1;
}

/* 
    分页样式 
*/
/* yonghu */
.g-logo {
    margin-top: 10px;
}

.g-logo img {
    display: inline-block;
    width: auto;
}

.header-box {
    height: auto;
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.topshow {
    box-shadow: 0 0 10px #555;
}

.xd-but {
    /* width: 100%; */
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #da2119;
    border-bottom: 3px solid #c20b03;
    height: 100px;
    padding-top: 18px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    position:relative;
    margin-bottom:-10px;
}

.xd-but .fa {
    font-size: 30px;
}

.xd-but h3 {
    font-size: 16px;
    margin-top: 10px;
}

.xd-but:hover {
    background: #0f3f89;
    border-bottom: 3px solid #052d6c;
}

.xd-but:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent #aa0700;
    transform: rotate(45deg);
    bottom: 1px;
    left: -9px;
}

.xd-but:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent #aa0700;
    transform: rotate(-45deg);
    bottom: 1px;
    right: -9px;
}

.xd-but:hover:before {
    border-color: transparent transparent #052d6c;
}

.xd-but:hover:after {
    border-color: transparent transparent #052d6c;
}
.xd-but h3 { white-space: nowrap;}

/* banner */
.banner {
    margin-top: 90px;
}

.banner-box .swiper-slide a {
    display: block;
    height: 500px;
    max-height: 500px;
    background-position: center;
    background-size: cover;
}

.banner-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #da2119;
}

/* banner end */
/* about */
.about-box {
    padding: 50px 0;
    background: url(../images/abbg.png) right 20px no-repeat #f8f8f8;
}

.about {
}

.aboutBox {
    padding: 30px 40px;
}

.ab-img img {
    display: inline-block;
    width: 100%;
}

.abtitle {
    padding-bottom: 12px;
    padding-top: 0;
    padding-left: 0;
}

.abtitle h2 {
    margin-top: 0;
    margin-bottom: 0;
    color: #0f3f89;
    font-size: 24px;
    font-weight: bold;
}

.abtitle h2 span {
    color: #c9c9c9;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
}

.gy_mian {
    font-size: 16px;
    color: #555;
    line-height: 28px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 11px;
}

.gy_mian h3 {
    font-size: 24px;
    font-weight: bold;
    color: #244c99;
    margin-top: 0;
    margin-bottom: 20px;
}

.gy_mian p {
    padding-left: 0;
    font-size: 16px;
    text-indent: 0!important;
}

.gy_more {
    display: block;
    margin-top: 20px;
    margin-left: 0;
}

.gy_more a {
    color: #fff;
    background-color: #0e3e86;
    width: 125px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    transition: all .5s;
}

.gy_more a:hover {
    color: #fff;
    background-color: #da2119;
    display: block;
    transform: translateY(-10px) !important;
}

#gwh li {
    overflow: hidden;
    list-style: none;
    height: 80px;
    width: 100%;
    margin-bottom: 16px;
    background-size: 100% 100%;
    background-position: center;
    transition: 300ms ease-out;
    -webkit-transition: 300ms ease-out;
    -ms-transition: 300ms ease-out;
    -moz-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
}

#gwh li.wh01 {
    border: 3px solid #052f70;
    background: #0e3e88;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#gwh li.wh02 {
    border: 3px solid #be5c07;
    background: #e6720e;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#gwh li.wh03 {
    border: 3px solid #b7140d;
    background: #da2119;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#gwh li a {
    line-height: 74px;
    text-align: center;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

#gwh li:hover {
    opacity: 0.8;
}

/* about end */
/* product */

.product-box {
    padding: 50px 0;
    background: #bf9f62 url(../images/prbg.jpg) center top repeat-y;
}

.g-title {
    text-align: center;
    padding-bottom: 38px;
    background: url(../images/tbg.png) center bottom no-repeat;
}

.g-title p {
    font-size: 28px;
    color: #fff;
    margin-bottom: 8px;
    font-family: Arial;
    text-transform: uppercase;
}

.g-title h3 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    margin: 0;
}

.productBox{
    position:relative;
    margin-bottom: 50px;
}

.pro-list {
    transition: 300ms ease-out;
    /* display: block; */
   /*  background: #fff; */
}
.pro-list .pic{
    overflow: hidden;
    height: 300px;
    text-align: center;
    /* border: 1px solid #ddd; */
    display: table-cell;
    vertical-align: middle;
}
.pro-list .pic img{
    max-width: 100%;
    max-height: 100%;
    background: no-repeat center;
    background-size: cover;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 3.6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: -moz-transform 3.6s cubic-bezier(.165,.84,.44,1);
    -o-transition: -o-transform 3.6s cubic-bezier(.165,.84,.44,1);
    transition: transform 3.6s cubic-bezier(.165,.84,.44,1);
    will-change: transform;
}
.pro-list:hover .pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.pro-list p {
    line-height: 42px;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    transition: 300ms ease-out;
    background: #0e3e88;
}

.pro-list:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
}

.pro-list:hover p {
    color: #fff;
    background: #da2119;
}

.moreBox {
    text-align: center;
    margin-top: 20px;
}

.moreBox a {
    color: #fff;
    background: #0e3e88;
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    transition: all .5s;
}

/* product end */
/* case */
.case-box {
    padding: 30px 0;
    padding-bottom: 50px;
    background: #f8f8f8 url(../images/gcbg.png) left 80px no-repeat;
}

.bt_index {
    border-bottom: 1px #dbdbdb solid;
    text-align: center;
    height: 0px;
    width: 40%;
    margin: 0 auto;
    padding-top: 50px;
    margin-bottom: 50px;
}

.bt_index .inlineblock {
    height: 30px;
    width: auto;
    padding: 0 40px;
    display: inline-block;
    border-left: 5px #e6720e solid;
    border-right: 5px #da2119 solid;
    background: #f8f8f8;
    margin-top: -15px;
}

.bt_index .inlineblock h1 {
    font-size: 24px;
    color: #0e3e88;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: -8px;
}

.bt_index .inlineblock p {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.caseBox,
.honorBox
 {
    margin-top: 10px;
    position: relative;
}

.caseList,
.honorList
{
    /* display: block; */
    background: #ffffff;
    position: relative;
}

.caseList .pic,
.honorList .pic
 {
    overflow: hidden;
    height: 300px;
    text-align: center;
    /* border: 1px solid #ddd; */
     display: table-cell;
    vertical-align: middle;
}

.caseList .txt,
.honorList .txt
 {
    width: 100%;
    height: auto;
    background: #fff;
    font-size: 18px;
    padding: 4.6583% 4.192%;
    color: #333;
}

.caseList .pic img,
.honorList .pic img
 {
    max-width: 100%;
    max-height: 100%;
    background: no-repeat center;
    background-size: cover;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform 3.6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: -moz-transform 3.6s cubic-bezier(.165,.84,.44,1);
    -o-transition: -o-transform 3.6s cubic-bezier(.165,.84,.44,1);
    transition: transform 3.6s cubic-bezier(.165,.84,.44,1);
    will-change: transform;
}

.case-next,
.case-prev,
.honor-next,
.honor-prev
{
    width: 34px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    opacity: 1;
}

.case-next:hover,
.case-prev:hover {
    opacity: 1;
}


.caseBox .swiper-button-disabled,
.honorBox .swiper-button-disabled,
.productBox .swiper-button-disabled,
 {
    opacity: 0.3;
}

.caseList:hover .pic img,
.honorList:hover .pic img 
{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.case-next .fa,
.case-prev .fa {
    color: #103e89;
}
.honor-next .fa,
.honor-prev .fa {
    color: #ffffff;
}
.case-next:hover .fa,.case-prev:hover .fa {
    color: #da2119;
}
.honor-next:hover .fa,
.honor-prev:hover .fa {
    color: #0e3e88;
}
/* case end */
/* contact */
.contact-box {
    padding: 50px 0;
    background: #fff;
}

.zsjm {
    height: 369px;
    padding-top: 275px;
    padding-right: 90px;
    padding-left: 161px;
    background: url(../images/zs.jpg) left top no-repeat;
}

.reBox h6 {
    margin-top: 0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.reBox h3 {
    margin-top: 0;
    color: #ffb834;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 2px;
}

.anBox a {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    margin: 0 10px;
}
.anBox a:hover {
    background:#da2119;
    border: 2px solid #980700;
}
.online_l {
    width: 100%;
    height: 370px;
    line-height: 32px;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    padding: 15px 0 0 15px;
}

.online_l h3 {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #007ae6;
    font-weight: bold;
    margin-bottom: 24px;
}

.online_l h3 em {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    padding: 0 0 0 5px
}

.online_l li {
    line-height: 35px;
    font-size: 15px;
}

.online_l li b {
    font-family: Arial;
    font-size: 24px;
    color: #999;
    width: 43px;
    display: inline-block;
    color: #ff6600;
}

/*留言板*/
.lx_ly .yl_nr {
    background: #0e4089;
}

.lx_ly .container .message {
    height: 370px;
}

.lx_ly .mess_list .form-control {
    width: 100%;
}

.lx_ly .container .message p.tit {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 25px 0 0 0px;
}

.lx_ly .mess_list .mess_title {
    color: #fff;
}

.lx_ly .mess_list {
    padding-bottom: 0px;
    border-bottom: 0px dotted #ccc;
    margin-bottom: 10px;
}

#hcode {
    width: 63%!important;
}

/* contact end */
/* news */
.news-box {
    padding: 30px 0;
    background: #f8f8f8 url(../images/abbg.png) right bottom no-repeat;
}

.news_title {
    margin: 0 0 15px;
}

.news_container {
    margin-bottom: 15px;
    margin-top: 20px;
}

.news_info_title {
    border-bottom: 1px solid #666;
    overflow: hidden;
    padding: 0 10px 10px;
}

.news_info_title h3 {
    margin: 0;
    font-size: 20px;
}

.news_text {
    margin-top: 0;
}

.news-te-i {
    width: 177px;
    height: 110px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #eee;
}

.news_text_img img {
    height: 100%;
}

.news_text_img .news_text_info {
    padding-top: 0;
    height: 112px;
    overflow: hidden;
    width: 76%;
}

.news_text_info h5 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 12px;
}

.news_text_img .news_text_info h5,.news_text_img .news_text_info p {
    padding-left: 20px;
}

.news_text_img .news_text_info p {
    line-height: 22px;
}

.news_text_info a {
    color: #333;
    font-size: 16px;
}

.news_text_info p {
    color: #777;
    height: 80px;
    overflow: hidden;
}

.news_info .news_list {
    margin-top: 5px;
}

.news_list li {
    padding: 0 20px;
}

.news_list li:hover {
    background: #f4f4f4;
}

.news_list a {
    background: url(../../../../static/admin/temp/images/newsshowis/images/10/item_bg.png) no-repeat left center;
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 16px;
    border-bottom: 1px dashed #d7d7d7;
    padding: 9px 5px;
}

.news_list .news_list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .news_list_date {
    color: #999;
}

/* news end */
/*底部*/
.footer-box {
    background: #05337b;
}

.f_one {
    padding: 28px 0 23px;
}

.lx p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.lx p .fa {
    padding-right: 10px;
}

.footers .f1 {
    margin-top: 5px;
    width: 29%;
    padding: 12px 0px;
}

.footer-box .lx {
    /* padding: 0 0 0 45px; */
    border-left: 1px solid #0a45a2;
}

.footers .f3 {
    padding: 0 0 0 25px;
}

.footers .f3 .ema_1 {
    float: left;
}

.footers .f3 .ema_1 img {
    width: 45%;
}

.footers .f3 .ema_1 p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 13px 0 0px 14px;
    line-height: 35px;
}

.footers .f1 h3 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.footers .f1 img {
    margin: 15px 9px 0 0;
}

.txt1 {
    padding-top: 30px;
}

.txt1 .fa {
    font-size: 52px;
    color: #fff;
    margin-right: 15px;
    margin-top: 28px;
}

.txt1 h3 {
    color: #fff;
    float: left;
    font-size: 32px;
    font-weight: bold;
    font-family: SimHei;
    margin: 0;
}

.d-an {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.d-an a {
    color: #fff;
    background-color: #da2119;
    border-color: #cb170f;
    width: 206px;
    height: 37px;
    line-height: 35px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
}

.d-an a:hover {
    color: #fff;
    background-color: #e6720e;
    border-color: #cb170f;
    display: block;
}

.ema_1 {
    display: inline-block;
}

.m-l-30 {
    margin-left: 30px;
}

.ema_1 .ewmb-1 {
    color: #fff;
    margin-top: 6px;
    line-height: 24px;
    text-align: center;
}

.ema_1 .ewmb-2 {
}

.f_two {
    border-top: 1px solid #0a45a2;
    font-size: 14px;
    color: #c3c3c3;
    line-height: 50px;
}

.copyright {
    font-size: 14px;
    color: #fff;
}

.themain {
    line-height: 24px;
}
.rEwm { text-align: right; }
/* 在线咨询 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: -100;
    background: transparent;
    visibility: hidden;
    opacity: 0;
    text-align: center;
}

.modal.show {
    z-index: 999999;
    visibility: visible;
    background: rgba(0, 0, 0, 0.7);
    opacity: 1;
    width: 100%;
    height: 100%;
}

.modal.show .modal-body {
    visibility: visible;
}

.modal.show .modal-body * {
    transition: all 0.3s ease !important;
}

.modal-body {
    position: relative;
    width: 50%;
    margin: 0 auto;
    display: inline-block;
    visibility: hidden;
    top: 50%;
    padding: 0;
    background: #fff;
    transform: translateY(-50%);
}

.modal-body * {
    transition: none !important;
}

.modal-header {
    color: #fff;
    padding: 0;
    right: 5px;
    top: 4px;
    position: absolute;
    z-index: 999;
}

.modal-footer {
    padding: 1.7rem 0.3rem;
    color: #fff;
}

.bdTxt {
    width: 50%;
    padding: 0 15px;
}

.bdTxt li {
    pointer-events: auto;
    margin-bottom: 30px;
}

.bdTxt li table {
    border: 1px #dbdbdb solid !important;
    padding: 2px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
    width: 100%;
}

.bdTxt li table td {
    padding: 8px 0;
}
.bdTxt li table td .col-md-6{
   padding-top:5px;
}

.bdTxt li table td span{
   float:left;
   margin-left:10px;
   line-height:24px;
}
.bdTxt table label {
    font-size: 14px;
    width: auto;
    line-height: 30px;
    height: 30px;
    background: #fff;
    padding: 0 10px;
    margin-bottom: 4px;
    display: block;
    position: absolute;
    top: -15px;
    left: 10px;
    cursor: text;
    color: #333;
}

.bdTxt table label em {
    color: #da2119;
}

.bdTxt li table select {
    background: none;
    margin: 0;
    border: none;
    width: 100%;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-indent: 5px;
    box-shadow: none;
}

.bdTxt li table input {
    background: none;
    margin: 0;
    border: none;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    text-indent: 5px;
    outline: 0;
    box-shadow: none;
}

.bdTxt li table textarea {
    background: none;
    margin: 0;
    height: 143px;
    border: none;
    outline: 0;
    box-shadow: none;
}
.bdTxt input[type=radio] {
    float: left;
    width: auto;
    height: auto;
    margin-top: 7px;
}
#zxzx .hidden {
    display: none;
}

#zxzx .modal-header {
    border: 0;
}

#zxzx .pc-style {
    text-align: center;
}

.gb2 {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -59px;
    width: 60px;
    height: 60px;
    ff;
    background: #fff;
    padding: 10px;
}

.gb2 .fa {
    font-size: 36px;
}

.gb2:hover .fa {
    color: #da2119;
}

#zxzx .modal-body .zxBox {
    padding: 30px 20px;
    padding-top: 40px;
}
.tiBut{
    padding:0 15px;
}
#zxzxsub {
    width: 100%;
    background: #0e3e88;
    border: 0;
    color:#fff;
    font-size: 20px;
    height: auto;
    padding: 10px 0;
    max-height: 80px;
    border-radius: 0;
}
#zxzxsub:hover{
    background: #da2119;
}
/* 在线咨询 end */
.head_title_logo { margin-top:10px; margin-bottom:0; }
/* yonghu-end */
/* 
    根据分辨率调整样式 
*/
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .case-next,
.honor-next
 {
    background: none;
    right: -60px;
}

.case-prev,
.honor-prev
 {
    background: none;
    left: -60px;
}

}

@media (max-width: 992px) {
    nav.navbar.bootsnav .navbar-toggle {
        margin-top:20px;
    }

    nav.navbar.bootsnav ul.nav > li {
        width: 100%;
        background: none;
    }

    nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
        padding: 15px 30px;
    }

    .banner-box .swiper-slide a {
        height: 200px;
    }
  .navbar-brand { padding:10px 0 10px;}
  .navbar-brand img { height:50px; }
  .banner { margin-top: 70px; }
}

@media (max-width: 768px) {
  nav.navbar.bootsnav .navbar-header { padding-left:0; padding-right:0;}
  .about-box .ab-img { display:none; }
  .gy_more { text-align: center; margin-bottom: 15px; }
  .pro-list .pic { height:200px; }
  .caseList .pic, .honorList .pic { height: 200px; }
  .contact-box { padding:0; background: #0e4089; }
  .zsjm { background-size: 110%; padding-top: 180px; padding-left: 50px; padding-right: 30px; text-align: center; height: 300px; }
  .zsjm .reBox { margin-bottom:15px; }
  .bt_index { width: auto; }
  .footer-box .txt1 .d-an { margin-top:0; margin-left: 15px; }
  .rEwm { text-align: center; margin-top: 15px; }
}

/* 
    根据分辨率调整样式 end
*/
